bitkeeper revision 1.1205.1.6 (421610c1mW36wSV3s2_Nq4aCfp5XTQ)
authormaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>
Fri, 18 Feb 2005 15:58:57 +0000 (15:58 +0000)
committermaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>
Fri, 18 Feb 2005 15:58:57 +0000 (15:58 +0000)
Added a printk to acknowledge hitting the debugprint toggle key.

xen/common/keyhandler.c

index 2ef722afe078d6a9d7862a69a48a28deb182eb01..e07e31661d58d771955bfc69cd0bfe36ff1d0c4b 100644 (file)
@@ -161,6 +161,7 @@ void debugtrace_key(unsigned char key)
     static int send_to_console = 0;
 
     send_to_console = !send_to_console;
+    printk("Toggling the state of debugtrace_printk\n");
     debugtrace_dump(send_to_console);
 }
 #endif